home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
-
- if [ -f ~/Library/Preferences/com.hrsoftworks.AuthoxyPref.plist ]
- then rm ~/Library/Preferences/com.hrsoftworks.AuthoxyPref.plist
- fi
-
- if [ -f /Library/Preferences/com.hrsoftworks.AuthoxyPref.plist ]
- then rm /Library/Preferences/com.hrsoftworks.AuthoxyPref.plist
- fi
-
- if [ -d ~/Library/PreferencePanes/Authoxy.prefPane ]
- then rm -fR ~/Library/PreferencePanes/Authoxy.prefPane
- fi
-
- if [ -d /Library/StartupItems/Authoxy ]
- then rm -fR /Library/StartupItems/Authoxy]
- fi
-
- if [ ! -d /Library/PreferencePanes ]
- then mkdir /Library/PreferencePanes
- chmod 775 /Library/PreferencePanes
- chgrp admin /Library/PreferencePanes
- fi
-
- killall authoxyd &